string to list c#

46

convert string to list int c# -

var numbers = sNumbers.Split(',').Select(Int32.Parse).ToList();

Comments

Submit
0 Comments